[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IArray-1

IArray<T> Interface

Represents an array of items which are declared as T type.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IArray<T>
Public Interface IArray(Of T)
Type Parameters
Name Description
T

The type of items.

Properties

Name Description
Count

Gets the total number of items.

this[int]

Gets the item at the specified index.